ComponentOne FinancialChart for WPF
C1.WPF Namespace / PropertyChangingEventArgs<T> Class / Cancel Property



In This Topic
    Cancel Property (PropertyChangingEventArgs<T>)
    In This Topic
    Gets or sets a value indicating whether this PropertyChangingEventArgs<T> is cancel.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As PropertyChangingEventArgs(Of T)
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    public:
    property bool Cancel {
       bool get();
       void set (    bool value);
    }

    Property Value

    true if cancel; otherwise, false.
    See Also